go/ast.ReturnStmt.Return (field)
4 uses
go/ast (current package)
ast.go#L698: Return token.Pos // position of "return" keyword
ast.go#L798: func (s *ReturnStmt) Pos() token.Pos { return s.Return }
ast.go#L831: return s.Return + 6 // len("return")
go/parser
parser.go#L2063: return &ast.ReturnStmt{Return: pos, Results: x}
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)